home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / OGLT / Examples / GIS / README < prev    next >
Text File  |  1996-11-11  |  2KB  |  65 lines

  1.  
  2. PURPOSE:
  3. --------
  4.  
  5.     In order to locate oil pockets, GIS engineers apply predictive methods to
  6. a stratification model of the soil.
  7.  
  8.     This model is derived from a 3D grid of drill-samples, where each element
  9. is mapped to its corresponding porosity level.
  10.  
  11.     By combining such advanced visualization techniques as
  12.  
  13.             Volume Rendering (3D textures),
  14.             IsoSurface Reconstruction (3D geometry),
  15.             Capping (boolean volume intersection),
  16.  
  17.     this model can be sliced in a number of ways to determine the most probable
  18. oil-flow paths.
  19.  
  20.  
  21. MANIPULATION:
  22.  
  23. ----------------------------  Main Window  -------------------------------
  24.  
  25.     LEFTMOUSE        : Translation          t:  toggle textured outlining
  26.     MIDDLEMOUSE      : Rotation             a:  toggle antialiasing
  27.     RIGHTMOUSE       : Popup menu           c:  toggle capping/clipping
  28.     MIDDLE&LEFTMOUSE : Zoom                 o:  toggle outlining
  29.                                             p:  toggle polygon offset
  30.                                             h:  toggle hiddenline removal
  31.                                             b:  toggle outlining mode to
  32.                                                 glPolygonMode( GL_LINE )
  33.  
  34. ----------------------------  Manipulator  -------------------------------
  35.  
  36.     MIDDLEMOUSE :                           a:  toggle antialiasing
  37.     rotate capping plane
  38.     MIDDLE&LEFTMOUSE :
  39.         rotate Manipulator view
  40.     LEFTMOUSE :               
  41.         translate capping plane along normal
  42.  
  43.  
  44. --------------------------- ColorMap Editor ------------------------------
  45.  
  46.  
  47.     LEFTMOUSE                               r:  select Red curve
  48.         On a curve:                         g:  select Green curve
  49.             insert/select point             b:  select Blue curve
  50.         At tangent end:                     a:  select Alpha curve*
  51.             enable tangent edit
  52.         Everywhere else:                    BACKSPACE, DELETE
  53.             deselection                         delete current point
  54.                                                 and select previous one
  55.     RIGHTMOUSE
  56.         popup menu                          ARROW keys
  57.                                                 move current point
  58.  
  59. *Geometry is recomputed, to exclude ALPHA=0
  60.  
  61.  
  62.     This demonstration prototype was developped with the collaboration of the
  63. I.F.P. (French Institute of Petrol), in France.
  64.  
  65.